/** Reset Bootstrap **/
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus,
.page-link:focus {
	box-shadow: none !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	outline: none;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	width: 0.313em;
	height: 0.625em;
	font-weight: bold;
}

.home-header {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.page-home .catalog-product {
	border-bottom: none !important;
}

/** Header **/
.layout-zone-header .navbar-brand {
	margin-right: 0;
}

.order-cart-wrapper .dropdown-toggle:after {
	display: none;
}

.order-cart-wrapper .cart-link {
	position: relative;
}

.order-cart-wrapper .item-count {
	position: absolute;
	left: 15px;
	text-decoration: none;
	bottom: -5px;
	font-size: 0.750em;
	text-align: center;
	height: 1.1rem;
	min-width: 1.1rem;
	border-radius: 50%;
	padding: 2px;
	line-height: 1rem;
}

#account-menu-btn {
	cursor: pointer;
}

/** Navigation **/
.layout-zone-navigation .navbar {
	padding: .25rem;
}

/** Home Slider **/
.container-slider {
	padding: 0;
}

.slide-image {
	min-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-text-wrapper {
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	width: 80%;
	padding: 1rem;
	text-align: center;
}

.slide-header {
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.slide-caption {
	font-weight: lighter;
	margin-bottom: 20px;
}

.btn-slider {
	font-size: 1rem;
	padding: .65rem 1.8rem;
}

/** products list **/
.list-products .product-sale {
	right: 3px;
	top: 3px;
}

.list-products .product-hot-deal {
	top: 3px;
	left: 3px;
}

.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
	margin: 0 !important;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product .badge-product-savings {
	font-weight: 600;
}

.list-products .product .product-price {
	margin-top: .5rem;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

/** Manufacturer **/
.manufacturers-list .manufacturer-slide {
	width: 16.66%;
	height:165px;
	overflow: hidden;
}

.manufacturers-list .manufacturer {
	border: 1px solid;
	margin: 5px;
	padding: 10px;
	height: 155px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}

.manufacturers-list .manufacturer img {
	max-width: 125px;
	max-height: 125px;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: .6rem;
	height: .6rem;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	font-size: 3rem;
	line-height: 1;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

/** Footer **/
.container-footer {
	text-align: center;
}

.footer-title {
	text-transform: uppercase;
}

.layout-zone-footer .nav-link {
	padding: .5rem 0;
	line-height: 1;
}

.layout-zone-footer .store-address {
	display: -ms-flexbox;
	display: flex;
	line-height: 2;
	justify-content: center;
}

.container-sub-footer {
	padding: 0.5rem 0;
	font-size: 0.75rem;
	font-weight: 500;
}

.layout-zone-sub-footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 576px) {
	.container-footer {
		text-align: left;
	}

	.layout-zone-footer .store-address {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.layout-zone-sub-footer {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.container-main {
		min-height: 407px;
	}

	.home-products-container,
	.h-0 {
		min-height: 0;
		height: 0;
	}

	.home-products-hidden.home-vh {
		min-height: calc(100vh - 527px)!important;
	}

	.slide-image {
		min-height: 550px
	}

	.slide-text-wrapper {
		padding: 2rem;
	}

	.slide-text-wrapper.slide-position-left {
		left: 15px;
		transform: translate(0px, -50%);
	}

	.slide-text-wrapper.slide-position-center {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 15px;
		transform: translate(0, -50%);
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 992px) {
	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
		
	#custom-cart-wrapper {
		display: none;
	}
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 1.5rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}
}

/**CUSTOM CSS - PC21**/
header {
    background-color: #37bc61;
    
}